home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / ct_xmp15 / eosmake.bat < prev    next >
DOS Batch File  |  1996-09-15  |  435b  |  9 lines

  1. @tasm eosexam /m /ml
  2. @tasm mxmplay /m /ml /dUSEEOSINC /i..\resource
  3. @tlink ..\resource\kernel ..\resource\eoslite mxmplay.obj eosexam.obj,eosexam.exe /3 /x
  4. @echo.
  5. @echo if you encounter problems compiling the assembler files change
  6. @echo the line "IFNDEF ??VERSION" to "IFNDEF ??version"
  7. @echo (eos.inc, line 19, eos ver 2.07). that symbol is case sensitive and
  8. @echo wrong in eos ver 2.07. eclipse: please change it sometime.
  9.